(face-valid-attribute-values): No stipple on w32. (Bug#884)
authorJason Rumney <jasonr@gnu.org>
Tue, 13 Jan 2009 12:40:24 +0000 (12:40 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 13 Jan 2009 12:40:24 +0000 (12:40 +0000)
lisp/faces.el

index d1a716994eb78d5137fb7525a7084f54a194213f..522446add151e30df97acdb7be328fe82b91480a 100644 (file)
@@ -1020,7 +1020,7 @@ an integer value."
            ((:height)
             'integerp)
            (:stipple
-            (and (memq (window-system frame) '(x w32 ns))
+            (and (memq (window-system frame) '(x ns)) ; No stipple on w32
                  (mapcar #'list
                          (apply #'nconc
                                 (mapcar (lambda (dir)